home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / sh-utils-2.0.readme < prev    next >
Text File  |  2002-10-13  |  3KB  |  74 lines

  1. Short:    GNU sh-utils v2.0 for AmigaOS/GeekGadgets
  2. Uploader: louise@louise.amiga.hu (LouiSe)
  3. Type:     dev/gg
  4. Url:      ftp.gnu.org
  5.  
  6. Ported by LouiSe
  7. (no modifications required, just some Makefile fixes)
  8.  
  9. more info and other AMIGA ports at:
  10. http://louise.amiga.hu
  11.  
  12. -----------------------------------------
  13.         
  14.  
  15. This is a package of small shell programming utilities.  They are mostly
  16. compliant with POSIX.2, where applicable.
  17.  
  18. The programs that can be built with this package are:
  19.  
  20.   basename chroot date dirname echo env expr factor false groups
  21.   hostname id logname nice nohup pathchk printenv printf pwd seq
  22.   sleep stty su tee test true tty uname users who whoami yes
  23.  
  24. Some programs (chroot, nice, nohup, uname, and stty) are built and
  25. installed only on systems that have the features to support them.
  26. su is always built, but it is installed only if the installer can
  27. create setuid-root programs.
  28.  
  29. If you want to install the su program separately, you can run
  30. `./configure && make check && make install' as usual;  that will
  31. install all programs except su if you installed as a non-privileged
  32. user.  Then run `make install-root' as root to install only su.
  33.  
  34. If you want to enable logging of successful and failed su-to-root
  35. invocations, you should run configure like this:
  36.  
  37.   env CFLAGS='-DSYSLOG_SUCCESS -DSYSLOG_FAILURE' ./configure
  38.  
  39. If you want to log attempts to su to non-root accounts also, add
  40. -DSYSLOG_NON_ROOT.
  41.  
  42. See the file NEWS for a list of major changes in the current release.
  43.  
  44. See the file INSTALL for compilation and installation instructions.
  45.  
  46. nice, stty, and uname require facilities not available on all systems;
  47. `configure' detects this and does not try to compile them on systems
  48. where those facilities are missing.
  49. nohup requires nice.
  50. su will be installed only if you do `make install' as root.
  51.  
  52. Many thanks to all of the people who have taken the time to submit
  53. problem reports and fixes.  Contributed changes are attributed in the
  54. ChangeLog file.
  55.  
  56. Note that the man pages are now automatically generated from templates
  57. and from the --help usage message.  Patches to the template files (man/*.x)
  58. are welcome.  However, the authoritative documentation is in texinfo form
  59. in the doc directory.
  60.  
  61. These programs all recognize the `--version' option.  When reporting
  62. bugs, please include in the subject line both the package name/version
  63. and the name of the program for which you found a problem.
  64.  
  65. For general documentation on the coding and usage standards
  66. this distribution follows, see the GNU standards document
  67. http://www.gnu.org/prep/standards.html, and the documentation
  68. for automake and autoconf:
  69. http://www.gnu.org/software/autoconf/autoconf.html,
  70. http://www.gnu.org/software/automake/automake.html.
  71.  
  72. Mail suggestions and bug reports for these programs to
  73. bug-sh-utils@gnu.org.
  74.